home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000288_google@macrotex.net_Sun May 9 17:25:47 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!msi.co.jp!news.media.kyoto-u.ac.jp!CALA-MUZIK!news.moat.net!news.glorb.com!postnews1.google.com!not-for-mail
  2. From: google@macrotex.net (Rich Evans)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Forcing binary mode transfer
  5. Date: 9 May 2004 08:58:55 -0700
  6. Organization: http://groups.google.com
  7. Lines: 23
  8. Message-ID: <422494b1.0405090758.4eacb73@posting.google.com>
  9. References: <6bd7331b.0405070413.749e75d1@posting.google.com>
  10. NNTP-Posting-Host: 12.221.109.52
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1084118336 32169 127.0.0.1 (9 May 2004 15:58:56 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Sun, 9 May 2004 15:58:56 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15009
  17.  
  18. Thank you very much. That seems to have solved it.
  19.  
  20.  
  21. adam@macrotex.net (A. Lewenberg) wrote in message news:<6bd7331b.0405070413.749e75d1@posting.google.com>...
  22. > I am having trouble getting Kermit to transfer some files in binary
  23. > mode. Here is the setup:
  24. > I am transfering some EPS (Encapsulated PostScript) files FROM my home
  25. > Windows 2000 machine TO a Solaris 5.8 machine. The Windows machine is
  26. > running Kermit 95 2.1.3 while the Solaris machine is running C-Kermit
  27. > 8.0.209.
  28. > I first connect to the Solaris machine using the ssh feature of Kermit
  29. > 95. I start Kermit on the Solaris machine with the command "kermit
  30. > -ix" and escape back to the Kermit 95 prompt and type at the prompt
  31. > "SET FILE TYPE BINARY". I then type "send test.eps" and the file
  32. > "successfully" transfers but the transfer window always indicates
  33. > "File Type: TEXT (ascii => ascii)". I do not have a .kermrc in my home
  34. > directory on the Solaris side.
  35. > What do I have to do do force Kermit to send a file in binary mode?
  36. > Thank you.